Use Polygon() for outlined polygons, too. Same idea as in
authorTor Lillqvist <tml@novell.com>
Sat, 11 Mar 2006 20:34:37 +0000 (20:34 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 11 Mar 2006 20:34:37 +0000 (20:34 +0000)
commit23025393a6444f8b92eb09c567e49c15322d4b92
tree101a7423179ec6e02aeaad0e37e2d20435c4ad12
parenta579bc5a5471315ac111889fb0cd11dd62e7009a
Use Polygon() for outlined polygons, too. Same idea as in

2006-03-11  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkdrawable-win32.c (draw_polygon): Use Polygon() for
outlined polygons, too. Same idea as in draw_rectangle(): Set pen
to NULL_PEN if drawing a filled polygon, set brush to HOLLOW_BRUSH
if drawing a polygon outline. (#332662)
(gdk_win32_draw_polygon): Corresponding simplification: no need to
add an extra final copy of the starting point.
ChangeLog
ChangeLog.pre-2-10
gdk/win32/gdkdrawable-win32.c